Method GetChildrenCountAsync<T>(IRedbObject, ITreeProvider)

Assembly: redb.Core.dll

Gets count of object children

public static Task<int> GetChildrenCountAsync<T>(this IRedbObject obj, ITreeProvider treeProvider) where T : class, new()